projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
965cd29
)
(blink-matching-paren-on-screen): Further doc fix.
author
Luc Teirlinck
<teirllm@auburn.edu>
Sun, 27 Nov 2005 16:59:57 +0000
(16:59 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Sun, 27 Nov 2005 16:59:57 +0000
(16:59 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 36f6be2f10a5c2cba09d8494327ae5536c84d3fe..b365d68c3068d6a4b7a3a7ab7f1ccd54cfc0ce96 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-4261,7
+4261,9
@@
of the buffer appears in the mode line."
If nil, means don't show it (but the open-paren can still be shown
when it is off screen).
-This variable is ignored if `show-paren-mode' is enabled."
+This variable has no effect if `blink-matching-paren' is nil.
+\(In that case, the open paren is never shown,)
+It is also ignored if `show-paren-mode' is enabled."
:type 'boolean
:group 'paren-blinking)